Pocketbase Kotlin
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
Pocketbase Kotlin
Pocketbase Kotlin
/
io.github.agrevster.pocketbaseKotlin.dsl
/
BatchRequestBuilder
/
upsert
upsert
fun
upsert
(
collectionId
:
String
,
recordJson
:
JsonObject
?
=
null
,
files
:
List
<
FileUpload
>
?
=
null
,
headers
:
Map
<
String
,
String
>
?
=
null
)